home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1999 February / PC Joker 99-02 (Vollversion Darkseed 2).iso / GOODIES / 3DMARK / _SETUP.1 / Result Browser.exe / 0 / RCDATA / TQREXPRBUILDER / TQREXPRBUILDER.txt
Text File  |  1998-10-24  |  8KB  |  390 lines

  1. object QRExprBuilder: TQRExprBuilder
  2.   Left = 236
  3.   Top = 88
  4.   BorderStyle = bsDialog
  5.   Caption = 'Expression builder'
  6.   ClientHeight = 403
  7.   ClientWidth = 433
  8.   ParentFont = True
  9.   PixelsPerInch = 96
  10.   Position = poScreenCenter
  11.   WindowState = wsMaximized
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 318
  19.     Width = 337
  20.     Height = 47
  21.   end
  22.   object CurrentExpr: TLabel
  23.     Left = 8
  24.     Top = 302
  25.     Width = 62
  26.     Height = 13
  27.     Caption = 'Expression'
  28.     Font.Color = clBlack
  29.     Font.Name = 'Default'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Element: TLabel
  34.     Left = 10
  35.     Top = 320
  36.     Width = 333
  37.     Height = 43
  38.     AutoSize = False
  39.     Color = clWhite
  40.     ParentColor = False
  41.     WordWrap = True
  42.   end
  43.   object OK: TButton
  44.     Left = 232
  45.     Top = 372
  46.     Width = 49
  47.     Height = 21
  48.     Caption = 'OK'
  49.     ModalResult = 1
  50.     TabOrder = 6
  51.   end
  52.   object Cancel: TButton
  53.     Left = 292
  54.     Top = 372
  55.     Width = 49
  56.     Height = 21
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 7
  60.   end
  61.   object Undo: TButton
  62.     Left = 8
  63.     Top = 372
  64.     Width = 49
  65.     Height = 21
  66.     Caption = 'Undo'
  67.     Enabled = False
  68.     TabOrder = 4
  69.     OnClick = UndoClick
  70.   end
  71.   object Clear: TButton
  72.     Left = 64
  73.     Top = 372
  74.     Width = 49
  75.     Height = 21
  76.     Caption = 'Clear'
  77.     TabOrder = 5
  78.     OnClick = ClearClick
  79.   end
  80.   object ConstantGB: TGroupBox
  81.     Left = 6
  82.     Top = 6
  83.     Width = 341
  84.     Height = 49
  85.     Caption = 'Constant'
  86.     TabOrder = 0
  87.     object aConstant: TEdit
  88.       Left = 8
  89.       Top = 16
  90.       Width = 197
  91.       Height = 21
  92.       TabOrder = 0
  93.       OnKeyPress = NumericConstantKeyPress
  94.     end
  95.     object ConstantType: TComboBox
  96.       Left = 212
  97.       Top = 16
  98.       Width = 65
  99.       Height = 21
  100.       Style = csDropDownList
  101.       ItemHeight = 13
  102.       Items.Strings = (
  103.         'Numeric'
  104.         'String')
  105.       TabOrder = 1
  106.     end
  107.     object AddNumeric: TButton
  108.       Left = 282
  109.       Top = 16
  110.       Width = 49
  111.       Height = 21
  112.       Caption = 'Add'
  113.       TabOrder = 2
  114.       OnClick = AddNumericClick
  115.     end
  116.   end
  117.   object DataFieldGB: TGroupBox
  118.     Left = 180
  119.     Top = 60
  120.     Width = 167
  121.     Height = 237
  122.     Caption = 'Data field'
  123.     TabOrder = 2
  124.     object Label1: TLabel
  125.       Left = 12
  126.       Top = 16
  127.       Width = 37
  128.       Height = 13
  129.       Caption = 'Dataset'
  130.     end
  131.     object Label2: TLabel
  132.       Left = 12
  133.       Top = 58
  134.       Width = 22
  135.       Height = 13
  136.       Caption = 'Field'
  137.     end
  138.     object DataSet: TComboBox
  139.       Left = 10
  140.       Top = 34
  141.       Width = 147
  142.       Height = 21
  143.       Style = csDropDownList
  144.       ItemHeight = 13
  145.       Sorted = True
  146.       TabOrder = 0
  147.       OnChange = DataSetChange
  148.     end
  149.     object AddDatafield: TButton
  150.       Left = 108
  151.       Top = 204
  152.       Width = 49
  153.       Height = 21
  154.       Caption = 'Add'
  155.       TabOrder = 2
  156.       OnClick = AddDatafieldClick
  157.     end
  158.     object DataField: TListBox
  159.       Left = 10
  160.       Top = 74
  161.       Width = 147
  162.       Height = 121
  163.       ItemHeight = 13
  164.       TabOrder = 1
  165.       OnDblClick = AddDatafieldClick
  166.     end
  167.   end
  168.   object FunctionGB: TGroupBox
  169.     Left = 6
  170.     Top = 60
  171.     Width = 169
  172.     Height = 237
  173.     Caption = 'Function'
  174.     TabOrder = 1
  175.     object FunctionName: TLabel
  176.       Left = 12
  177.       Top = 144
  178.       Width = 149
  179.       Height = 23
  180.       AutoSize = False
  181.       Caption = 'FunctionName'
  182.       Font.Color = clBlack
  183.       Font.Name = 'Arial'
  184.       Font.Style = [fsBold]
  185.       ParentFont = False
  186.       WordWrap = True
  187.     end
  188.     object FunctionDescript: TLabel
  189.       Left = 12
  190.       Top = 170
  191.       Width = 145
  192.       Height = 31
  193.       AutoSize = False
  194.       Caption = 'Function description'
  195.       Font.Color = clBlack
  196.       Font.Name = 'Arial'
  197.       Font.Style = []
  198.       ParentFont = False
  199.       WordWrap = True
  200.     end
  201.     object Label3: TLabel
  202.       Left = 12
  203.       Top = 18
  204.       Width = 42
  205.       Height = 13
  206.       Caption = 'Category'
  207.     end
  208.     object Label4: TLabel
  209.       Left = 12
  210.       Top = 58
  211.       Width = 89
  212.       Height = 13
  213.       Caption = 'Available functions'
  214.     end
  215.     object AddFunction: TButton
  216.       Left = 108
  217.       Top = 206
  218.       Width = 49
  219.       Height = 21
  220.       Caption = 'Add'
  221.       TabOrder = 2
  222.       OnClick = AddFunctionClick
  223.     end
  224.     object FunctionType: TComboBox
  225.       Left = 10
  226.       Top = 34
  227.       Width = 149
  228.       Height = 21
  229.       Style = csDropDownList
  230.       ItemHeight = 13
  231.       Items.Strings = (
  232.         'All'
  233.         'Date & time'
  234.         'Math & trig'
  235.         'Statistical'
  236.         'Database'
  237.         'Logical'
  238.         'Information'
  239.         'Other')
  240.       TabOrder = 0
  241.       OnChange = FunctionTypeClick
  242.     end
  243.     object AvailableFunc: TListBox
  244.       Left = 10
  245.       Top = 74
  246.       Width = 147
  247.       Height = 69
  248.       ItemHeight = 13
  249.       Sorted = True
  250.       TabOrder = 1
  251.       OnClick = AvailableFuncClick
  252.       OnDblClick = AddFunctionClick
  253.     end
  254.   end
  255.   object OperatorsGB: TGroupBox
  256.     Left = 358
  257.     Top = 6
  258.     Width = 63
  259.     Height = 389
  260.     Caption = 'Operators'
  261.     TabOrder = 3
  262.     object AddPlus: TButton
  263.       Left = 15
  264.       Top = 21
  265.       Width = 35
  266.       Height = 21
  267.       Caption = '+'
  268.       TabOrder = 0
  269.       OnClick = AddPlusClick
  270.     end
  271.     object AddMinus: TButton
  272.       Left = 15
  273.       Top = 47
  274.       Width = 35
  275.       Height = 21
  276.       Caption = '-'
  277.       TabOrder = 1
  278.       OnClick = AddMinusClick
  279.     end
  280.     object AddMul: TButton
  281.       Left = 15
  282.       Top = 73
  283.       Width = 35
  284.       Height = 21
  285.       Caption = '*'
  286.       TabOrder = 2
  287.       OnClick = AddMulClick
  288.     end
  289.     object AddEqual: TButton
  290.       Left = 15
  291.       Top = 124
  292.       Width = 35
  293.       Height = 21
  294.       Caption = '='
  295.       TabOrder = 4
  296.       OnClick = AddEqualClick
  297.     end
  298.     object AddParentese: TButton
  299.       Left = 15
  300.       Top = 356
  301.       Width = 35
  302.       Height = 21
  303.       Caption = '(  )'
  304.       TabOrder = 13
  305.       OnClick = AddParenteseClick
  306.     end
  307.     object AddSmaller: TButton
  308.       Left = 15
  309.       Top = 150
  310.       Width = 35
  311.       Height = 21
  312.       Caption = '<'
  313.       TabOrder = 5
  314.       OnClick = AddSmallerClick
  315.     end
  316.     object AddLarger: TButton
  317.       Left = 15
  318.       Top = 176
  319.       Width = 35
  320.       Height = 21
  321.       Caption = '>'
  322.       TabOrder = 6
  323.       OnClick = AddLargerClick
  324.     end
  325.     object Button1: TButton
  326.       Left = 15
  327.       Top = 253
  328.       Width = 35
  329.       Height = 21
  330.       Caption = '>='
  331.       TabOrder = 8
  332.       OnClick = Button1Click
  333.     end
  334.     object Button2: TButton
  335.       Left = 15
  336.       Top = 227
  337.       Width = 35
  338.       Height = 21
  339.       Caption = '<='
  340.       TabOrder = 9
  341.       OnClick = Button2Click
  342.     end
  343.     object AddNotEqual: TButton
  344.       Left = 15
  345.       Top = 201
  346.       Width = 35
  347.       Height = 21
  348.       Caption = '<>'
  349.       TabOrder = 7
  350.       OnClick = AddNotEqualClick
  351.     end
  352.     object AddNot: TButton
  353.       Left = 15
  354.       Top = 279
  355.       Width = 35
  356.       Height = 21
  357.       Caption = 'Not'
  358.       TabOrder = 10
  359.       OnClick = AddNotClick
  360.     end
  361.     object AddAnd: TButton
  362.       Left = 15
  363.       Top = 304
  364.       Width = 35
  365.       Height = 21
  366.       Caption = 'And'
  367.       TabOrder = 11
  368.       OnClick = AddAndClick
  369.     end
  370.     object AddOr: TButton
  371.       Left = 15
  372.       Top = 330
  373.       Width = 35
  374.       Height = 21
  375.       Caption = 'Or'
  376.       TabOrder = 12
  377.       OnClick = AddOrClick
  378.     end
  379.     object AddDiv: TButton
  380.       Left = 15
  381.       Top = 98
  382.       Width = 35
  383.       Height = 21
  384.       Caption = '/'
  385.       TabOrder = 3
  386.       OnClick = AddDivClick
  387.     end
  388.   end
  389. end
  390.